home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6918 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.4 KB

  1. Path: news.res.com!usenet
  2. From: danlynes@res.com
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Database Programming
  5. Date: 16 Feb 1996 07:20:36 GMT
  6. Organization: RES Online
  7. Message-ID: <4g1b84$c1p@clare.res.com>
  8. References: <4frgdt$gmb@mars.dsu.edu> <62pq6EyMnTB@softsite.co.at>
  9. Reply-To: danlynes@res.com
  10. NNTP-Posting-Host: di021.res.com
  11. X-Newsreader: IBM NewsReader/2 v1.2.5
  12.  
  13. >Scotty  (scotty@fpg.gcomm.com) wrote on 14.02.96
  14. >about "Database Programming":
  15. >
  16. >   What is the best way to make a database in C?  I am kind of lost on the
  17. > subject.  Any pointers you have, or if you can head me in the direction of
  18. > a tutorial, would be appreciated
  19.  
  20. You might try the book available from M&T Publishing, entitled 'Database
  21. Programming in C'.  It takes you through the steps of creating a relational
  22. database in C, including the complete source code for CBase.  It is written
  23. by one of the editors of Dr. Dobb's Journal.
  24.  
  25. Other honorable mentions include database source code generators.  One
  26. well-known database generator, that is fairly cheap if you can find somebody
  27. that wants to sell you their old copy, is Pro-C, originally by Vestronix, more
  28. recently by Pro-C Corporation.  It was originally developped by a British
  29. company, but has since passed through the hands of two Canadian companies.
  30. It is an excellent program, and versions were available for DOS, XENIX/386,
  31. QNX, and UNIX.  It allows you to create databases using the following
  32. database formats:
  33.     ISAM
  34.     dBase III+
  35.     Delimited ASCII
  36.     Novell bTrieve
  37.     Pro-Tree
  38.     C-Tree
  39.  
  40. It is however, no longer produced, but as I said if you can find somebody
  41. willing to sell you their copy of it, it's an excellent program.  It also
  42. includes the complete K&R C source code to their libraries.  I picked up
  43. my copy for $40Cdn, however, it was $500 if you bought it new.
  44.  
  45. The DOS version supports Microsoft C, Turbo C, Borland C, Lattice C, Zortech C,
  46. and Watcom C.
  47.  
  48. +------------------------------------------------------+
  49. !  OS/2         - The Champion of Operating Systems    !
  50. !  Enitharmon/2 - A Powerful BBS Package               !
  51. !  What a great pair!               danlynes@res.com   !
  52. !  www.res.com/~danlynes/index.html                    !
  53. !  www.res.com/~danlynes/Enitharmon!2/index.html       !
  54. !  The Enitharmon Beta project is now under way.       !
  55. !  To subscribe to the mailing list, send e-mail to    !
  56. !  danlynes@res.com                                    !
  57. +------------------------------------------------------+
  58.  
  59.